home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / parallax / sparc_so.tar / sun4sol / README.pgui < prev    next >
Text File  |  1993-12-06  |  1KB  |  41 lines

  1. PGUI - Parallaxis Graphical User Interface
  2. ==========================================
  3.  
  4. PGUI is a graphical user interface for the Parallxis-
  5. System with the aim to interact with PARZ in a graphical
  6. way. Certain text-information from PARZ could be shown as
  7. graphical structures like the processor topology.
  8.  
  9. Source-Files:
  10. -------------
  11.  
  12. -rwxr-xr-x  1 sfrank       7924 Oct 26 11:44 Fallback.c
  13. -rwxr-xr-x  1 sfrank       6756 Aug 25 12:10 direc.c
  14. -rwxr-xr-x  1 sfrank      20376 Oct 26 15:04 files.c
  15. -rwxr-xr-x  1 sfrank       7642 Oct 20 14:57 misc.c
  16. -rwxr-xr-x  1 sfrank      79008 Nov 22 13:28 pgui.c
  17. -rwxr-xr-x  1 sfrank       7520 Oct 22 14:14 send.c
  18.  
  19. -rw-r-----  1 sfrank       1521 Aug 25 13:29 direc.h
  20. -rw-r-----  1 sfrank        676 Aug 25 13:29 misc.h
  21.  
  22. -rwxr-x--x  1 sfrank       8688 Oct 26 11:44 Pgui
  23.  
  24. Compiling: (makefile)
  25. ---------------------
  26.  
  27. CC = cc
  28. CFLAGS = -DDEBUG -g -I/usr/local/X11R5/include -o $*.o
  29. LDOPTIONS = -L/usr/local/X11R5/lib -lXaw -lXmu -lXt -lXext -lX11 -lm
  30.  
  31. FILES = pgui.o files.o direc.o send.o misc.o windows.o Fallback.o
  32.  
  33. pgui:   $(FILES)
  34.         $(CC) -o pgui $(FILES) $(LDOPTIONS)
  35.  
  36. The two components of the Parallis-System "PA (Compiler) and PZ (Interpreter)"
  37. must also be present to work with PGUI.
  38.  
  39. (Stefan Frank, 22.Nov.1993)
  40.  
  41.